home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
pagemakerclasslibrary
/
queries
/
pgetlinks.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-11
|
607b
|
33 lines
/*
*--- PGetLinks.h ---------------------------------------------------------
* Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
* Created on Fri, Oct 13, 1995 @ 4:08 PM by Paul Ferguson.
*
* Description:
*-------------------------------------------------------------------------
*/
#ifndef __PGetLinks__
#define __PGetLinks__
#include "PListQuery.h"
class PGetLinks : public PListQuery
{
public:
PGetLinks();
const char * fFilename;
const char * sKind;
short nPage;
private:
virtual void Scan();
};
#endif
// end of PGetLinks.h